HelpPath{General}CommandName{setGadget}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int x, int y, int width, int height}CloseBrace{}Description{Combines the functions of moveGadget and resizeGadget in one function.}ReturnDescription{}Param1{gadget}Param1Desc{Handle to the gadget.}Param2{x}Param2Desc{New X position of gadget.}Param3{y}Param3Desc{New Y position of gadget}Param4{width}Param4Desc{New width of gadget in pixels}Param5{height}Param5Desc{New height of gadget in pixels.}Param6{}Param6Desc{}Remarks{It is faster to use one call to setGadget than seperate calls to resizeGadget and moveGadget.}Param7{}Param7Desc{}ExampleSource{}SeeAlso{}Param8{createTopMost}Param8Desc{If 1, the window is created independant of all the other windows in your program, if 0 the window is created as a child of another gadget, as specified by the parent parameter.}Param9{parent}Param9Desc{Handle to the parent for the new gadget.  If 0, this is either the main DBPro window if createTopMost is 0, or the window has no parent (if createTopMost is 1)}